projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb54dc
)
; * etc/NEWS: State the default behavior when copying symlinks.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2021 08:01:44 +0000
(11:01 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2021 08:01:44 +0000
(11:01 +0300)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index ec7e54e2ddeb791a1cec00456dd1e7e4272d3aa8..02185a6fb48f0d9bf1f162307756b9e0cbf570af 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2468,7
+2468,8
@@
symbolic links, and 'file-precious-flag' is non-nil.
+++
*** New user option 'copy-directory-create-symlink'.
If non-nil, will make `copy-directory' (when used on a symbolic
-link) copy the link instead of following the link.
+link) copy the link instead of following the link. The default is
+nil, so the default behavior is unchanged.
+++
*** New function 'replace-regexp-in-region'.